home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / classic.jar / skin / classic / browser / bookmarks / addBookmark.css next >
Cascading Style Sheet File  |  2007-04-30  |  3KB  |  98 lines

  1. /*
  2.  *  BEGIN FLOCK GPL
  3.  *  
  4.  *  Copyright Flock Inc. 2005-2007
  5.  *  http://flock.com
  6.  *  
  7.  *  This file may be used under the terms of of the
  8.  *  GNU General Public License Version 2 or later (the "GPL"),
  9.  *  http://www.gnu.org/licenses/gpl.html
  10.  *  
  11.  *  Software distributed under the License is distributed on an "AS IS" basis,
  12.  *  WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  13.  *  for the specific language governing rights and limitations under the
  14.  *  License.
  15.  *  
  16.  *  END FLOCK GPL
  17.  */
  18.  
  19. .folder-icon > .menulist-label-box > .menulist-icon,
  20. .folder-icon > .menu-iconic-left > .menu-iconic-icon {
  21.   width: 16px;
  22.   height: 16px;
  23. }
  24.  
  25. .folder-icon > .menu-iconic-left {
  26.   display: -moz-box;
  27. }
  28.  
  29. .folder-icon {
  30.   list-style-image: url("chrome://global/skin/icons/folder-item.png") !important;
  31.   -moz-image-region: rect(0px, 32px, 16px, 16px) !important;
  32. }
  33.  
  34. /* Make the microsummary picker look like a regular textbox instead of 
  35.  * an editable menulist when no microsummaries are available.
  36.  */
  37.  
  38. menulist#name[droppable="false"] {
  39.   /* These rules come from the textbox element in textbox.css. */
  40.  
  41.   /* Normal editable menulists set this to "none". */
  42.   -moz-appearance: textfield;
  43.   cursor: text;
  44.  
  45.   border: 2px solid;
  46.   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
  47.   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
  48.   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
  49.   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
  50.   background-color: -moz-Field;
  51.   color: -moz-FieldText;
  52. }
  53.  
  54. menulist#name[droppable="false"] > .menulist-editable-box {
  55.   /* Normal editable menulists set this to "menulist-textfield". */
  56.   -moz-appearance: none;
  57.   padding: 2px 2px 3px 4px;
  58. }
  59.  
  60. /* Hide the drop marker and the popup when no microsummaries are available. */
  61. menulist#name[droppable="false"] > .menulist-dropmarker,
  62. menulist#name[droppable="false"] > menupopup {
  63.   display: none;chrome://browser/skin/bookmarks/expander-open.png
  64. }
  65.  
  66. #expander {
  67.   -moz-appearance: none;
  68.   margin-left: 8px;
  69.   padding: 0px  !important;
  70.   min-width: 0px ;
  71. }
  72.  
  73. #addgroup {
  74.        margin-top: 6px;
  75.         margin-bottom: 0px;
  76. }
  77.  
  78. .up {
  79.   min-width: 0px;
  80.   list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
  81. }               
  82. .up:hover {
  83.   list-style-image: url("chrome://global/skin/arrow/arrow-up-hov.gif");
  84. }
  85. .up[disabled="true"] {
  86.   list-style-image: url("chrome://global/skin/arrow/arrow-up-dis.gif");
  87. }
  88.  
  89. .down {
  90.   min-width: 0px;
  91.   list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
  92. }
  93. .down:hover {
  94.   list-style-image: url("chrome://global/skin/arrow/arrow-dn-hov.gif");
  95. }
  96. .down[disabled="true"] {
  97.   list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
  98. }